Revise README for Microsoft Agent Framework launch#13936
Conversation
Updated README to reflect the transition from Semantic Kernel to Microsoft Agent Framework, including new links and version information.
There was a problem hiding this comment.
Pull request overview
Updates the top-level README to announce Microsoft Agent Framework (MAF) as the successor to Semantic Kernel and to provide migration/learn-more links for users landing on this repository.
Changes:
- Adds an IMPORTANT banner stating the transition to Microsoft Agent Framework and highlighting MAF 1.0.
- Adds links to a blog post and a migration guide.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > Semantic Kernel is now [Micrsoft Agent Framework](https://github.com/microsoft/agent-framework)! Microsoft Agent Framework (MAF) is the enterprise‑ready successor to Semantic Kernel. Microsoft Agent Framework is now available at version 1.0 as a production-ready release: stable APIs, and a commitment to long-term support. Whether you're building a single assistant or orchestrating a fleet of specialized agents, Microsoft Agent Framework 1.0 gives you enterprise-grade multi-agent orchestration, multi-provider model support, and cross-runtime interoperability via A2A and MCP. | ||
| > | ||
| > Learn more about Semantic Kernel and Agent Framework here: [Semantic Kernel and Microsoft Agent Framework on the Agent Framework blog](https://devblogs.microsoft.com/agent-framework/semantic-kernel-and-microsoft-agent-framework/), and try out the [Semantic Kernel migration guide](https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-semantic-kernel). |
There was a problem hiding this comment.
The banner says "Semantic Kernel is now Microsoft Agent Framework", but the rest of this README still presents Semantic Kernel as the primary product (badges, installation commands, and the "What is Semantic Kernel?" section). Consider rewording the banner to clarify the relationship (e.g., successor project / migration path) so readers aren’t misled into thinking this repo/packages have been renamed or replaced.
| > Semantic Kernel is now [Micrsoft Agent Framework](https://github.com/microsoft/agent-framework)! Microsoft Agent Framework (MAF) is the enterprise‑ready successor to Semantic Kernel. Microsoft Agent Framework is now available at version 1.0 as a production-ready release: stable APIs, and a commitment to long-term support. Whether you're building a single assistant or orchestrating a fleet of specialized agents, Microsoft Agent Framework 1.0 gives you enterprise-grade multi-agent orchestration, multi-provider model support, and cross-runtime interoperability via A2A and MCP. | |
| > | |
| > Learn more about Semantic Kernel and Agent Framework here: [Semantic Kernel and Microsoft Agent Framework on the Agent Framework blog](https://devblogs.microsoft.com/agent-framework/semantic-kernel-and-microsoft-agent-framework/), and try out the [Semantic Kernel migration guide](https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-semantic-kernel). | |
| > [Microsoft Agent Framework](https://github.com/microsoft/agent-framework) is the enterprise-ready successor to Semantic Kernel. This repository and the packages referenced below are still Semantic Kernel, and the installation instructions in this README remain valid for Semantic Kernel users today. If you're starting a new project or planning for the future, consider evaluating Microsoft Agent Framework 1.0 for enterprise-grade multi-agent orchestration, multi-provider model support, and cross-runtime interoperability via A2A and MCP. | |
| > | |
| > To understand the relationship and plan a migration path, see [Semantic Kernel and Microsoft Agent Framework on the Agent Framework blog](https://devblogs.microsoft.com/agent-framework/semantic-kernel-and-microsoft-agent-framework/) and the [Semantic Kernel migration guide](https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-semantic-kernel). |
Agent-Logs-Url: https://github.com/microsoft/semantic-kernel/sessions/e7fff861-f41d-40f4-bec8-e3e88edfd8cb Co-authored-by: alliscode <25218250+alliscode@users.noreply.github.com>
| # Semantic Kernel | ||
|
|
||
| > [!IMPORTANT] | ||
| > Semantic Kernel is now [Microsoft Agent Framework](https://github.com/microsoft/agent-framework)! Microsoft Agent Framework (MAF) is the enterprise‑ready successor to Semantic Kernel. Microsoft Agent Framework is now available at version 1.0 as a production-ready release: stable APIs, and a commitment to long-term support. Whether you're building a single assistant or orchestrating a fleet of specialized agents, Microsoft Agent Framework 1.0 gives you enterprise-grade multi-agent orchestration, multi-provider model support, and cross-runtime interoperability via A2A and MCP. |
There was a problem hiding this comment.
I'd recommend we also add this to the specific /python + /dotnet READMEs as well. Since the Python README is packaged up as part of what is shown on PyPI.
I did this in #13932
|
Closing in favor of #13932 |
Updated README to reflect the transition from Semantic Kernel to Microsoft Agent Framework, including new links and version information.
Motivation and Context
Description
Contribution Checklist